projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9393a6
)
(invalid_character): Use Lisp-readable syntax
author
Juri Linkov
<juri@jurta.org>
Sun, 20 Nov 2005 07:52:40 +0000
(07:52 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sun, 20 Nov 2005 07:52:40 +0000
(07:52 +0000)
for octal and hex. Reorder decimal, octal and hex values.
src/charset.c
patch
|
blob
|
history
diff --git
a/src/charset.c
b/src/charset.c
index b4f84a9e7854e91d259c2dbbb81e5b63c0316189..23b2cc75c1fe00052729d4903bf7062fc6d2a159 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-115,7
+115,7
@@
void
invalid_character (c)
int c;
{
- error ("Invalid character:
0%o, %d, 0
x%x", c, c, c);
+ error ("Invalid character:
%d, #o%o, #
x%x", c, c, c);
}
/* Parse string STR of length LENGTH and fetch information of a